Disable GStreamer video support for now
authorSimon McVittie <smcv@debian.org>
Fri, 14 Sep 2018 08:34:54 +0000 (09:34 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 14 Sep 2018 08:38:48 +0000 (09:38 +0100)
debian/changelog
debian/rules

index 24715eb561ae98eac9766a64004a0791dda523ef..d1d9cf71b4a28271767e4bd2a2adeb7a240ab63c 100644 (file)
@@ -30,6 +30,7 @@ gtk+4.0 (3.94.0-1) UNRELEASED; urgency=medium
       Add patch to fix .test metadata
   * Run installed-tests as autopkgtests (similar to #908440)
     - Mark them as flaky for now
+  * Disable GStreamer video support for now
 
  -- Jeremy Bicha <jbicha@debian.org>  Fri, 19 Jan 2018 22:05:35 -0500
 
index 67de10818fac91925f5ac7dff89141c607afdf66..2f0bef022564e10b1da0545fcb939ea59d53dde7 100755 (executable)
@@ -101,7 +101,8 @@ configure_flags_deb = \
        -Dman-pages=true \
        -Dintrospection=true \
        -Dinstall-tests=true \
-       -Denable-cloudprint-print-backend=yes
+       -Denable-cloudprint-print-backend=yes \
+       -Dmedia=none
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 configure_flags_deb += -Denable-colord=yes
@@ -125,7 +126,8 @@ configure_flags_udeb = \
        -Denable-x11-backend=true \
        -Dintrospection=true \
        -Denable-cloudprint-print-backend=no \
-       -Dcolord=no
+       -Dcolord=no \
+       -Dmedia=none
 
 %:
        dh $@ --with gir --buildsystem=meson